STEP 16: Let's display the new date and time on the stage!
- In LOGIC, go to and drag Variable Display to the bottom of the main function.
- Change the display variable from my_var to new_date. Set the position of the display to (-100, 180).
- Drag another Variable Display into the code editor.
- Change the display variable to new_time. Set the position of the display to (-100, 130).
To navigate the page using the TAB key, first press ESC to exit the code editor.